ANIMATION PAUSED

This command determines whether an animation is paused.

  Syntax
Return Integer=ANIMATION PAUSED(Animation Number)
  Parameters
Animation Number
Integer
This value specifies the animation number, between 1 and 32

  Returns

This value is one if the specified animation is paused, otherwise zero will be returned

  Example Code
LOAD ANIMATION "video.avi",1
PRINT ANIMATION PAUSED(1)
WAIT KEY
  See also

ANIMATION Commands Menu
Index